.hfRoot{
    width: 100%;
    height: auto;
}

.sameWidth{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.sameTitle{
    width: 1200px;
    height: auto;
    background: url(../images/party/pc/dj_biao_title_bg2.png) no-repeat left bottom;
    background-size: 100% auto;

    padding: 30px 0;
    margin: 0 auto;
}

.sameTitle h3{
    font-size: 36px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.sameTitle h3 span{
    color: #E31607;
    font-size: 36px;
}

/* 内页导航 */
.innerNav{
    font-size: 14px;
    color: #9b9b9b;
    line-height: 50px;
    
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 40px;
}

.innerNav p, .innerNav p a{
    color: #585858;
}
